From 3fceb99ee4300ad5bf711f7113872a1dabe22301 Mon Sep 17 00:00:00 2001 From: justbur Date: Fri, 20 Nov 2015 06:34:01 -0500 Subject: [PATCH] Fix mistake in reverting defaults Ref 9dd0ceaaabe6b4ac5f3268747b6103fb04d65e5f Accidentally changed the side window location instead of the show-prefix one. --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index 18b277ecda1..0c7860e1513 100644 --- a/which-key.el +++ b/which-key.el @@ -139,7 +139,7 @@ and have `which-key-special-key-face' applied to them." :group 'which-key :type 'string) -(defcustom which-key-show-prefix 'bottom +(defcustom which-key-show-prefix 'echo "Whether to and where to display the current prefix sequence. Possible choices are echo for echo area (the default), left, top and nil. Nil turns the feature off." -- 2.30.2